home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / psed11.zip / PSCHORD.DOC < prev    next >
Text File  |  1990-01-20  |  5KB  |  110 lines

  1.  
  2.  
  3.  
  4.                            PSChord  Ver 0.90
  5.  
  6.               Accompaniament Compiler for the Yamaha PSS-480
  7.                    Copyright (c) 1990 David Rutkowski
  8.  
  9.  
  10.  
  11.  
  12.        PsChord is simple compiler which allows you to enter chord
  13.        progressions as text files which are then sent to the
  14.        PSS-480's chord banks. This allows a much more precise
  15.        entry of accompaniaments, plus documents the chordal
  16.        structure as a basis for improvisation, etc. Any editor
  17.        which produces pure ASCII files (PC-Write, Qedit, etc.)
  18.        can be used to create the text files. I am releasing this
  19.        program as FREEWARE. You may do whatever you like with
  20.        this program except sell it. I retain all rights to the
  21.        program and assume no liability for its use.
  22.  
  23.        The text file representing the chords of a song begins
  24.        with the line:
  25.  
  26.        style : N   tempo : N   orch : N   
  27.  
  28.        where "N" is a number specifying the style, tempo, etc.
  29.        For example:
  30.  
  31.        style : 11   tempo : 132  orch : rbco
  32.  
  33.        This specifies style 11 (TECHNO ROCK 1) at a tempo of 132
  34.        beats per minute with an instrumentation of rhythm, bass,
  35.        and chords and orchestra.
  36.  
  37.        Chords are represented in the form:  N-Rchord, where N is
  38.        the number of beats to play the chord, R is the root, and
  39.        chord is the chord name. For example, 4-CM is a C major
  40.        chord to be played for 4 beats and 6-F#m7 is an F-sharp
  41.        minor 7th chord to be played for six beats.
  42.  
  43.        This is a chart of the available chords and how they are
  44.        represented in a PsChord text file:
  45.  
  46.        ┌───────────────┬───────────────────────────────┬───────────────┐
  47.        │    chord      │         chord                 │   example     │
  48.        │    symbol     │         name                  │               │
  49.        ├───────────────┼───────────────────────────────┼───────────────┤
  50.        │      M        │   Major                       │   4-CM        │
  51.        │      m        │   minor                       │   2-Fm        │
  52.        │      7        │   7th                         │   1-Eb7       │
  53.        │      m7       │   minor 7th                   │  12-G#m7      │
  54.        │      M7       │   Major 7th                   │   4-CM7       │
  55.        │      mM7      │   Major 7th diminished 3rd    │   2-BbmM7     │
  56.        │      m7-5     │   minor 7th diminished 5th    │   2-Cm7-5     │
  57.        │      7SUS4    │   7th SUSPENDED 4th           │   5-F7SUS4    │
  58.        │      aug      │   augmented                   │   2-D#aug     │
  59.        │      dim      │   diminished                  │   2-Dbdim     │
  60.        │      6        │   6th                         │  24-C6        │
  61.        │      m6       │   minor 6th                   │   3-Gm6       │
  62.        │      7-5      │   7th diminished 5th          │   1-E7-5      │
  63.        └───────────────┴───────────────────────────────┴───────────────┘
  64.  
  65.        In addition to chords, PsChord text files contain
  66.        information for Rhythm fills, orchestration, and style
  67.        changes. These are represented as follows:
  68.  
  69.        N-Rf1 N-Rf2 N-Rf3 N-Rending   (fill for N beats)
  70.        0-S34                         (change to style 34)
  71.        0-Orbco                       (select rhythm, bass, chord,
  72.                                       orchestra)
  73.  
  74.  
  75.        Please see the included sample files with the .CHD
  76.        extension (esp. FIFTIES.CHD) for examples of how PsChord
  77.        text files represent songs. 
  78.  
  79.        NOTE: the limit for chord sequences in the PSS-480 is about
  80.        96 steps. Chords, rhythm/orchestra change and fills each take
  81.        one step.  If this limit is surpassed, the chord bank will be
  82.        erratic when played (too fast, etc). If you want to do complex
  83.        accompaniments, it is possible to "segue" from one bank to another
  84.        by pressing a second chord banks number shortly (less than a
  85.        measure) before the desired changeover point. Without dropping
  86.        a beat, the second bank will take over at the beginning of the
  87.        next measure.
  88.  
  89.        MPU-401 configuration:
  90.  
  91.        If your MPU-401 is configured in a non-standard way (the standard
  92.        is IRQ = 2 and Pord address = 330H), you can either indicate the
  93.        non standard elements on the command line when invoking PSChord
  94.        with command line switches:
  95.  
  96.               PSChord  /i3  /a338    (IRQ=3, Address=338H)
  97.  
  98.        or you can specify the non-standard elements in the configuration
  99.        file PSS.CFG in the format
  100.  
  101.                irq      = 3
  102.                address  = 338
  103.  
  104.        Please look at the included PSS.CFG file for more information.
  105.  
  106.  
  107.  
  108.  
  109.  
  110.